
.open-sans-normal {
  font-family: "Open Sans", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
.section-title
{
    font-weight: bold;
    font-size: 35px;
    color: #181818;
}
.section-description
{
    font-weight: 200px;
    font-size: 18px;
    color: #757575;
}
.header
{
    background-image: url(../images/developer.png),url(../images/header_bg.png);
    background-repeat: no-repeat;
    background-position:top left,bottom right;
}
.second-bg
{
    background-color: #FFF8F3;
}
 /* shared style  */
 .text-primary
 {
    color:#FD6E0A;
 }
 .dark-2
 {
    color:#474747 
}
 /* nav style */
nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 51px 230px;
}

.btn-primary
{
    background-color: #FD6E0A;
    padding: 19px 35px;
    border:none;
    font-weight: bold;
    font-size: 20px;
    color: white;
    border-radius:  5px;
}
.button-group{
    display: flex;
    justify-content: center;
    gap:10px;
    margin-top: 20px;
}

.nav-title
{
    font-weight: 800;
    font-size: 45px;
    
}
nav ul li
{
    list-style: none;
    margin-right:51px;
}
nav li a{
    text-decoration:none;
}
 nav ul{

    display: flex;
    align-items: center;
}
/* baner */
.baner 
{
    display: flex;
    justify-content:space-between;
    margin: 0px 27px 0px 230px;
}
/* baner content */
.baner-content
{
   max-width:585px;
}
/* banner greetings */
.baner-greetings
{
    font-weight:600;
    font-size:45px;
}
.baner-title{

    font-weight: bold;
    font-size:85px;

}
.banner-discription{
    font-size: 18px;
    font-weight: 200;
}
/* about */

main{
    max-width: 1140px;
   
    margin:0 auto;
   
}
main section{
    margin-top: 130px;
    margin-bottom: 130px;
}


.about
{
    padding:131px 156px ;
    border-radius: 10px;
    text-align: center;
    /* margin-top: 130px; */
    /* margin-bottom: 130px; */
}
.about-items
{
     display: flex;
     justify-content: space-around;
}
.item-description
{
    font-weight: bold;
}
.about-item{

padding-left: 50px;
}

/* section skills java node.js react mongoDB */
.text-center
{
    text-align: center;
}
.skill-container
{
    display:flex;
    gap: 24px;
}
.skill 
{
    padding: 30px;
    box-shadow:0px 6px 50px 0px #b0adbd;
    border-radius: 5px;
    
}

/* resumee */
.resume-container
{
    display: flex;
    gap: 24px;
}
.resume-column-title,.experience-title
{
    margin-bottom: 30px;
    font-size:30px;
    font-weight:bold;
    color: #474747;
}
.experience-title
{
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: bold;
}
.experience-sub-title
{
    
    font-size: 20px;
    font-weight:600;
    margin-bottom: 20px;
   
}
.experience-description,.experience-description
{
    color: #757575;
}

.resume-download-cv{
    margin-top: 50px;
}


/* submit button */

/* .btn-submit
{
    padding-top: 18px;
    padding-bottom: 39px;
    font-size: 20px;
    font-weight: bold;
    color: white;
    border-radius: 5px;
} */
footer
{
    padding: 130px 230px;
    display: flex;
    gap: 100px;
}
.footer-column
{
    width: 50%;
}
 footer input[type="text"],footer input[type="email"],footer textarea
 {
    margin-top: 28px;
    height: 64px;
    border-radius: 5px;
    background-color: white;
    display: block;
    width: 100%;
    padding: 10px 20px;
    margin-bottom: 24px;
    border:none;


 }
 
 @media screen and (max-width:576px)
  {
    .skill-container,.resume-container, footer,.about-items,.baner,nav,nav > ul
    {
        flex-direction: column;
    }
    
    footer ,.about
    {
        padding: 20px;
    }

    
    .header
    {
        background-image: none;
    }
    .baner{
        margin: 20px;
    }
    .footer-column
    {
        width: 100%;
    }
    footer input[type="text"],footer input[type="email"],footer textarea 
    {
        width: calc(100% - 40px);
    }
    nav{
        margin: 0 auto;
    }
    .baner-greetings,.baner-title{
        margin-left: 50px;
        margin-right: 50px;
        text-align: center;
    }
    nav>ul 
    {
        gap: 20px;
    }
    .btn-primary{
        margin: 2px;
    }
    .about-items{
        text-align: center;
        justify-content: center;
        /* margin-left: 50px; */
        margin-right: 55px;
    }
    .experience{
        padding: 10px;
    }
    .resume-column-title{
        text-align: center;
    }
    .l-button
    {
        display:block;
        margin:0 auto;
    }
    .button-group{
        padding: 10px 20px;
        font-size: 16px;
        width: auto;
    }
 }
 